home *** CD-ROM | disk | FTP | other *** search
/ The Mac 13 / the-mac-13.iso / On The Rom / 100 Best Mac CD-ROMs Selection / The Treasure Hunt / THFB.Dxr / 00065.ls < prev    next >
Encoding:
Text File  |  1994-09-16  |  264 b   |  12 lines

  1. on mouseUp
  2.   global items, its
  3.   play frame "m3"
  4.   if not (items contains "m3") then
  5.     set the castNum of sprite 24 to its + the number of cast "tally"
  6.     puppetTransition(23)
  7.     set its to its + 1
  8.     updateStage()
  9.     set items to items & "m3 "
  10.   end if
  11. end
  12.